home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 138
/
Volume 138 Aug 19 2011 - Damaged.iso
/
Games
/
shore_siege.swf
/
scripts
/
DefineButton2_468
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2011-08-19
|
227b
|
15 lines
on(release){
if(_root.mus == undefined)
{
_root.mus = false;
mus = "Off";
stopAllSounds();
}
else
{
_root.mus = undefined;
mus = "On";
_root.MUSIC.play();
}
}